home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man.swf / scripts / frame_7 / DoAction.as < prev   
Encoding:
Text File  |  2006-06-13  |  302 b   |  18 lines

  1. feedback = "READY.....";
  2. pnum = "0";
  3. stop = "1";
  4. munchcount = "0";
  5. frutflag = "1";
  6. g = "0";
  7. while(g < "5")
  8. {
  9.    g += "1";
  10.    go = "0101";
  11.    setProperty("/gost" add g, _X, "250");
  12.    setProperty("/gost" add g, _Y, "160");
  13.    tellTarget("/gost" add g)
  14.    {
  15.       gotoAndStop(1);
  16.    }
  17. }
  18.